Welcome![Sign In][Sign Up]
Location:
Search - raw Socket

Search list

[Internet-NetworkRawpack

Description: SOCKET 底层协议数据结构 如: /* IP Header RFC-791 0 3 7 15 31 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Version| IHL |Type of Service| Total Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Identification | Flags | Fragment Offset | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time to Live | Protocol | Header Checksum | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Options | Padding | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */-SOCKET underlying protocol data structures such as:/* IP HeaderRFC-7910 3 7 15 31+-+-+-+-+-+-+-+-+-+-+-2B !-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+ | Version | IHL | Type of Service | Total Length |+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Identification | Flags | Fragment Offset |+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time to Live | Protocol | Header Checksum |+-+-+-2B !-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-+ | Source Address |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-2B !-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination Address |+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Options | Padding |+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+* /
Platform: | Size: 2048 | Author: 张天津 | Hits:

[Internet-Networkudp_raw_socket

Description: windows网络编程之udp原始套接字-windows udp network's original programming socket
Platform: | Size: 1186816 | Author: 沈仲强 | Hits:

[Internet-NetworkIPliuliangfenxi

Description: 使用Raw Socket编程,监控本地网络,捕获一段时间内以本机为源或目的地址的IP数据包,统计IP数据包的信息,列出本机到相同目的地址或同一源地址到本机且数据包协议类型相同的数据包的数量。-use Raw Socket Programming and monitoring the local network, caught in a time machine to the source or destination addresses of IP packets, statistics IP packet information, for this machine to the same destination address or addresses to the same source for the data packet agreement with the same type of data packets quantity.
Platform: | Size: 70656 | Author: 李皓雯 | Hits:

[Internet-Networkicu070522

Description: select programe, 1 raw socket2 udp socket. -select programe, a raw socket2 udp socket.
Platform: | Size: 104448 | Author: andrew dai | Hits:

[Linux-Unixsource

Description: Linux gcc 关于socket的讲解,主要是使用raw来捕获数据包的-Linux gcc explanation on the socket is mainly used to capture raw packets
Platform: | Size: 8192 | Author: | Hits:

[TCP/IP stacksyn

Description: 利用原始套接字发送TCP SYN帧,对目标主机进行SYN洪水攻击。-The use of raw socket to send TCP SYN frame, on the target host SYN flood attacks.
Platform: | Size: 2048 | Author: ylem | Hits:

[Internet-NetworkRawTCP-IP

Description: Raw TCP/IP类库,含ping,ipconfig,TcpServer,UdpScaner,Udpserver等内容-Raw TCP/IP library, including ping, ipconfig, TcpServer, UdpScaner, Udpserver etc.
Platform: | Size: 618496 | Author: | Hits:

[Sniffer Package capturePortScaner

Description: 在C sharp 环境下使用raw socket编程和其他的相关的 扫描方法-In C sharp environment using raw socket programming and other related scanning method
Platform: | Size: 95232 | Author: will hwang | Hits:

[CSharpCSharpScanPortCode

Description: 在Csharp环境下使用raw socket编程和其他的相关的扫描方法。-In C sharp environment using raw socket programming and other related scanning method
Platform: | Size: 79872 | Author: 叶晓明 | Hits:

[TCP/IP stackping

Description: 使用ICMP协议实现ping命令,用raw socket实现,简洁清晰,学习网络编程必看。-The use of ICMP protocol ping command, using raw socket to achieve, simple clear, see Learning Network Programming.
Platform: | Size: 10240 | Author: 魏冲 | Hits:

[Windows DevelopRAWSocket

Description: 利用原始套接字获取IP数据包中所需要的字段。不同于UDP和TCP套接字,可以获取IP包头的内容。方便大家分析收到的数据包的整个内容。-Using raw socket access to IP data packets in the required fields. Different from the UDP and TCP sockets, you can access the contents of IP header. Received to facilitate analysis of the entire contents of the packet.
Platform: | Size: 5675008 | Author: Du yongna | Hits:

[Internet-Networksocket_raw

Description: 有关windows socket RAW编程,有详细的源代码和应用程序。-The windows socket RAW programming, a detailed source code and applications.
Platform: | Size: 8192 | Author: xu | Hits:

[Internet-Networkremote

Description: sockets(套接字)编程有三种,流式套接字(SOCK_STREAM),数据报套接字 (SOCK_DGRAM),原始套接字(SOCK_RAW);基于TCP的socket编程是采用的流式套接字(SOCK_STREAM)。基于UDP采 用的数据报套接字(SOCK_DGRAM).-sockets (socket) programming there are three kinds of stream sockets (SOCK_STREAM), datagram sockets (SOCK_DGRAM), raw sockets (SOCK_RAW) based on TCP-socket programming is used in streaming socket the word (SOCK_STREAM). Based on UDP datagram sockets used in (SOCK_DGRAM).
Platform: | Size: 1024 | Author: sun | Hits:

[Internet-Networkgping

Description: gui-ping一个用MFC封装的ping程序,使用raw socket发送ping包-a gui ping program implement with MFC, using raw socket to send ping package
Platform: | Size: 40960 | Author: 脸色额 | Hits:

[source in ebooksynflood

Description: 多线程dos程序 前置知识:socket raw编程、多线程 难度: 中 编译环境:VC6.0+win2000 测试环境:win2000+局域网 当我搞不定一台肉鸡时,我都会dos它来发泄一下的。或者看哪个论坛不顺就会dos它! 下面我为大家介绍dos攻击程序的原理和实现,但目的不是叫大家去dos别人啊,我是希望大家从中能够学习到这方面的技术,而不是教会你们去破坏啊!如果你们的初衷是搞破坏的话,我倒不如不讲了。讲了也失去它的价值 -Pre-knowledge of multi-threaded dos programs: socket raw programming, multi-threading more difficult: in the build environment: VC6.0+ win2000 test environment: win2000+ LAN when I get it working a chicken, I will look into dos it to vent. Or see which forum would not ring true dos it! I tell you the following dos exploit the theory and implementation, but the purpose is not to ask everyone to dos others ah, I hope that we can learn from this technology, not to destroy the church you ah! If your mind is engaged in sabotage, I would rather not speak up. Spoke also lost its value
Platform: | Size: 3072 | Author: xushuang | Hits:

[source in ebooksniff

Description: 一个简单嗅探软件的实现 前置知识:嗅探原理、socket raw编程 难度: 中 编译环境:VC6.0+win2000 测试环境:win2000+局域网和ADSL 如果在肉鸡上安装嗅探器,还可以窃取它上面的用户的很多密码哦。如果我们在局域网内(集线器),还可以获取别人网络连接的很多信息。因此,嗅探器的用途还是很大的。 -Sniffer software to achieve a simple pre-knowledge: sniffer principles, socket raw programming difficulty: in the build environment: VC6.0+ win2000 test environment: win2000+ LAN and ADSL
Platform: | Size: 2048 | Author: xushuangjay | Hits:

[TCP/IP stacksocket--ip

Description: 本程序实现了利用原始套接字发送IP数据报文,IP数据报的各字段内容可进行手动的设置-the function of this program is sending IP packet using raw socket.And each field of IP protocol can be modified.
Platform: | Size: 33792 | Author: liyana | Hits:

[Internet-NetworkSOCK_RAW

Description: windows raw socket编程实例-windows raw socket
Platform: | Size: 2952192 | Author: 冷雪刚 | Hits:

[Internet-Networkraw_loop

Description: Linux socket raw loop test
Platform: | Size: 1024 | Author: 李剑 | Hits:

[Internet-Networksocket

Description: 原始套接字编程 掌握windows原始套接字编程方法。 使用嗅探器观察网络数据包。-Raw socket programming Master windows the original socket programming method. Observation network packet sniffer.
Platform: | Size: 291840 | Author: | Hits:
« 1 2 3 45 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net